home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / ArchiveUtils / JumpBack / Source / English.lproj / TwoPassUIControl.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  686 b   |  47 lines

  1. TwoPassUIControl = {
  2.     ACTIONS = {
  3.     updateFromTextFields:;
  4.     updateTextFields:;
  5.     startProcess:;
  6.     abortProcess:;
  7.     updateIconViews:;
  8.     runPassTwo:;
  9.     windowWillClose:;
  10.     runPassOne:;
  11.     };
  12.     OUTLETS = {
  13.     destinationText;
  14.     logText;
  15.     theWindow;
  16.     subprocessObj;
  17.     destinationDragView;
  18.     sourceDragView;
  19.     startButton;
  20.     sourceText;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. DragView = {
  25.     ACTIONS = {
  26.     clearCurrentImage:;
  27.     acceptProposedImage:;
  28.     abortProposedImage:;
  29.     };
  30.     OUTLETS = {
  31.     delegate;
  32.     };
  33.     SUPERCLASS = View;
  34. };
  35. FirstResponder = {
  36.     ACTIONS = {
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40. DragViewDelegate = {
  41.     ACTIONS = {
  42.     };
  43.     OUTLETS = {
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47.